home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_1 / allocate.ads < prev    next >
Text File  |  1995-06-10  |  1KB  |  36 lines

  1.  Amiga Distribution System-- Long Description File
  2.  
  3.            ADS Zone: 1
  4.      ADS Hatch Site: Don Plesky
  5.        ADS Position: ADS Zone 1 Coordinator
  6.            BBS Name: EastPointe Amiga BBS
  7.     Phone Number(s): 810-773-6959
  8.     Network Address: 1:120/229  
  9.      Network Region: 11    
  10.           BBS Hours: 24 Hrs/Day
  11. BBS Mailer/Software: DLG Trapdoor/PDQmail
  12.   BBS Storage Space: 2 Gig 
  13.   File Requestable :  <X> Y     < > N
  14. File Request Hours : All The Time
  15.  
  16. ==========================================
  17.             Long Description
  18. ==========================================
  19.  
  20. Short:    Allocates memory at a specified address (AllocAbs for CLI).
  21. Author:   Staffan HΣmΣlΣ
  22. Uploader: Staffan HΣmΣlΣ
  23. Version:  1.0
  24. Type:     dev/misc
  25.  
  26. This is a little (676 bytes) program that I wrote because I needed to
  27. allocate memory, so that the memory would not be overwritten by other
  28. programs.
  29. To be more specific, I was decrunching old demos/intros that was
  30. crunched with some absolute-address crunchers (like TetraPacker etc.).
  31.  
  32. The program is for OS2.0 and up only, and must be started from CLI/Shell.
  33. To start the program, enter 'Allocate' followed by the address to the
  34. beginning of the memory block to allocate and the size of the block in
  35. bytes entered in hex.
  36.